From c5f09a6e7e6938193d1f66627049b9d031f11986 Mon Sep 17 00:00:00 2001 From: "cl349@arcadians.cl.cam.ac.uk" Date: Tue, 4 Jan 2005 11:44:16 +0000 Subject: [PATCH] bitkeeper revision 1.1159.212.3 (41da81905Ftkk0Mw5Oh9JMpyAopNkQ) Makefile: Remove extraneous text after `endif'. --- xen/arch/x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/Makefile b/xen/arch/x86/Makefile index 8609adc521..68e857ba48 100644 --- a/xen/arch/x86/Makefile +++ b/xen/arch/x86/Makefile @@ -16,7 +16,7 @@ ifneq ($(TARGET_SUBARCH),x86_32) OBJS := $(subst vmx.o,,$(OBJS)) OBJS := $(subst vmx_io.o,,$(OBJS)) OBJS := $(subst vmx_vmcs.o,,$(OBJS)) -endif ($(TARGET_SUBARCH),x86_32) +endif default: boot/$(TARGET_SUBARCH).o $(OBJS) boot/mkelf32 $(LD) $(LDFLAGS) -r -o arch.o $(OBJS) -- 2.30.2